home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / search / lsmtool-.6 / lsmtool- / lsmtool-0.6 / README < prev    next >
Text File  |  1994-12-17  |  2KB  |  50 lines

  1. README for LSM tools
  2. Lars Wirzenius
  3. "@(#)lsmtool:README,v 1.2 1994/08/09 18:19:09 liw Exp"
  4.  
  5. Here are a few tools I wrote for maintaining LSM.
  6.  
  7. lsmcheck reads a database from the standard input and checks that
  8. all entries look valid.  The checks are not very sophisticated yet.
  9. It writes all bad entries to the file "bad-entries".  You might
  10. want to use it to check an entry before sending it out.  (Please do!)
  11.  
  12. Lsmtool is a program for maintaining and browsing a Linux Software Map
  13. (LSM) database.  H gives help.  Cursor keys do not work.
  14. Name of database must be given on the command line.
  15.  
  16. Lsmtool is still a quick kluge and is neither well-written nor
  17. particularly robust.  Hopefully it won't cause you too much trouble.
  18. Ctrl-z doesn't work (I hate writing interactive programs with curses).
  19.  
  20. Cnvt-2-to-3 partially converts an LSM file of the old format (by Jeff
  21. Kopmanski) to my new format (version 3).  It is probably useless
  22. for you.
  23.  
  24. All these programs rely heavily on Publib, my function library for C.
  25. You can get Publib from ftp://ftp.cs.helsinki.fi/pub/Software/Local/Publib/.
  26.  
  27. To configure (you can leave off the "env" if using a Bourne shell):
  28.  
  29.     env CPPFLAGS=-I/publib/header/dir LIBS=-L/publib/lib/dir ./configure
  30.  
  31. or, if you installed Publib so that the compiler and linker will automatically
  32. find it (preferable):
  33.  
  34.     ./configure
  35.  
  36. Then to compile and install:
  37.  
  38.     make
  39.     make install
  40.  
  41. I have only tested or used these programs with Linux.
  42.  
  43. Lsmtool and the other programs may be copied according to the GNU
  44. General Public License, which may be found in
  45. ftp://ftp.funet.fi/pub/gnu/COPYING-2.  (I have not bothered to include
  46. it in this program.)
  47.  
  48. Please send bug reports, comments and bug fixes and whatnot via e-mail to
  49. lars.wirzenius@helsinki.fi.  Thanks.
  50.